Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use sync-exec instead of execSync #11

Closed
wants to merge 1 commit into from
Closed

use sync-exec instead of execSync #11

wants to merge 1 commit into from

Conversation

yuukinajima
Copy link

execSync is no longer maintained.

THIS PROJECT IS NO LONGER MAINTAINED. Please seek other alternatives.

the project cannot be updated on npm due to camelCased title
i no longer do Windows
both iojs and node.js v0.12 have execSync function
older node users can try sync-exec from npm (suggested by one of the commentors)

See also

execSync is no longer maintained.
See https://github.com/mgutz/execSync

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
# On branch master
# Your branch is up-to-date with 'origin/master'.
#
# Changes to be committed:
#	modified:   mecab.js
#	modified:   package.json
#
@hecomi
Copy link
Owner

hecomi commented Mar 2, 2015

Thank you for your PR but I determined to use `require('child_process').execSync' (#12) because of the less dependence.

@hecomi hecomi closed this Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants